home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / spcknwlg.dir / 00063_Script_63 < prev    next >
Text File  |  1994-11-28  |  261b  |  20 lines

  1. on exitFrame
  2.   if rollover(7) then
  3.     go to frame "b1"
  4.   else 
  5.     go to frame "menu"
  6.   end if
  7. end
  8.  
  9. on enterFrame
  10.  
  11.   global pnt
  12.  
  13.   set the cursor of sprite 3 to 0
  14.   set the cursor of sprite 4 to 0
  15.  
  16.   set the cursor of sprite 20 to pnt
  17. end
  18.  
  19.  
  20.